API Documentation
Inex Group API allows you to fully automate your logistics processes.
TESTING URL:
https://api-staging.inex.ge/api/v1
PRODUCTION URL
https://api.inex.ge/api/v1
Authentication
All requests require a valid token in the header. You can obtain the token from the Inex technical team.
Attention: Do not share your API key with third parties.
IP Whitelist
For security purposes, an IP restriction is in place.
It is necessary to provide the public IP addresses of all servers,
from which requests to the API will be made.
Errors & Statuses
Our API uses standard HTTP codes to indicate response status.
| Code | Description |
|---|---|
| 200 OK | Request was successful. |
| 201 Created | Resource (e.g., parcel) has been created. |
| 400 Bad Request | Request structure is invalid. |
| 401 Unauthorized | API Token is invalid or expired. |
| 403 Forbidden | Access is forbidden. |
| 422 Unprocessable | ვალიდაციის შეცდომა (მაგ. ველი ცარიელია). |
| 429 Too Many Requests | Rate limit exceeded. |
| 500 Server Error | Server error. |
API Endpoint
PROD:
https://api.inex.ge/api/v1
TESTING:
https://api-staging.inex.ge/api/v1